Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
ctype_punct
ctype_punct
Check for printable characters that are not whitespace or alphanumeric characters
Name:
ctype_punct
Category:
Character type detection Ctype
Programming Language:
php
One-line Description:
Check for printable characters that are not whitespace or alphanumeric characters
Related
Common warnings and errors encountered when using serialize
9
Differences Between is_integer and is_float in PHP: Type Checking Functions Compared
3
How to use apcu_entry to share cache with multi-process programs
3
Creating Efficient Dynamic Data Table Interactions with PHP and jQuery
1
Similar Functions
ctype_print
ctype_print
Checkprintablecharac
ctype_punct
ctype_punct
Checkforprintablecha
ctype_alnum
ctype_alnum
Checkalphanumericcha
ctype_cntrl
ctype_cntrl
Checkcontrolcharacte
ctype_upper
ctype_upper
Checkcapitalcharacte
ctype_digit
ctype_digit
Checknumericcharacte
ctype_xdigit
ctype_xdigit
Checkcharactersrepre
ctype_space
ctype_space
Checkspacecharacters
Popular Articles